找传奇、传世资源到传世资源站!

闪烁灯实验(基于STM32F407开发板)

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

基于STM32F407开发板,实现驱动LED灯闪烁。

01闪烁灯实验├── HardWare
│   └── LED
│       ├── led.c
│       └── led.h
├── OBJ
│   ├── delay.crf
│   ├── delay.d
│   ├── delay.o
│   ├── led.crf
│   ├── led.d
│   ├── led.o
│   ├── startup_stm32f40_41xxx.d
│   ├── startup_stm32f40_41xxx.lst
│   ├── startup_stm32f40_41xxx.o
│   ├── sys.crf
│   ├── sys.d
│   ├── sys.o
│   ├── test.axf
│   ├── test.build_log.htm
│   ├── test.crf
│   ├── test.d
│   ├── test.hex
│   ├── test.htm
│   ├── test.lnp
│   ├── test.map
│   ├── test.o
│   ├── test.sct
│   ├── test_Target 1.dep
│   ├── usart.crf
│   ├── usart.d
│   └── usart.o
├── SYSTEM
│   ├── delay
│   │   ├── delay.c
│   │   └── delay.h
│   ├── readme.txt
│   ├── sys
│   │   ├── core_cm4.h
│   │   ├── core_cm4_simd.h
│   │   ├── core_cmFunc.h
│   │   ├── core_cmInstr.h
│   │   ├── stm32f4xx.h
│   │   ├── sys.c
│   │   ├── sys.h
│   │   └── system_stm32f4xx.h
│   └── usart
│       ├── usart.c
│       └── usart.h
├── USER
│   ├── DebugConfig
│   │   └── Target_1_STM32F407ZG.dbgconf
│   ├── JLinkSettings.ini
│   ├── startup_stm32f40_41xxx.s
│   ├── test.c
│   ├── test.uvguix.ATK
│   ├── test.uvguix.Administrator
│   ├── test.uvoptx
│   └── test.uvprojx
├── keilkill.bat
└── readme.txt
9 directories, 51 files

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复